home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 22
/
Cream of the Crop 22.iso
/
editor
/
all_v100.zip
/
_SETUP.1
/
1-4-All.exe
/
0
/
RCDATA
/
TFORM14
/
TFORM14.txt
< prev
Wrap
Text File
|
1996-10-22
|
2KB
|
98 lines
object Form14: TForm14
Left = 36
Top = 158
BorderIcons = [biSystemMenu]
BorderStyle = bsToolWindow
Caption = 'Form'
ClientHeight = 132
ClientWidth = 360
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
Left = 24
Top = 8
Width = 329
Height = 89
end
object Label1: TLabel
Left = 32
Top = 24
Width = 33
Height = 13
Caption = 'Action:'
end
object Label2: TLabel
Left = 32
Top = 48
Width = 39
Height = 13
Caption = 'Method:'
end
object Label3: TLabel
Left = 32
Top = 72
Width = 42
Height = 13
Caption = 'Enctype:'
end
object Image1: TImage
Left = 0
Top = 8
Width = 16
Height = 16
AutoSize = True
Picture.Data = {<image000.bmp>}
end
object Edit1: TEdit
Left = 80
Top = 16
Width = 265
Height = 21
TabOrder = 0
end
object Button1: TButton
Left = 192
Top = 104
Width = 75
Height = 25
Caption = 'Ok'
Default = True
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 280
Top = 104
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
TabOrder = 2
OnClick = Button2Click
end
object ComboBox1: TComboBox
Left = 80
Top = 40
Width = 145
Height = 21
ItemHeight = 13
Items.Strings = (
'Post'
'Get')
TabOrder = 3
end
object Edit3: TEdit
Left = 80
Top = 64
Width = 265
Height = 21
TabOrder = 4
end
end